home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / PIM / PrintCalendar 1.2b3.sit / PrintCalendar 1.2b3 / READ ME < prev    next >
Text File  |  1999-01-18  |  17KB  |  323 lines

  1. PrintCalendar v1.2b3    (January 18, 1998)
  2. by Ken Worley, Copyright 1999. All Rights Reserved WorldWide.
  3.  
  4. See the end of this file for notes about this latest version. You can always obtain
  5. the latest version of PrintCalendar from http://home.sprynet.com/sprynet/worleys/
  6. and http://printcalendar.8m.com.
  7.  
  8. Short Description:
  9.  
  10. PrintCalendar was designed so that I could print out calendar pages to stick in my notebook. I wanted several predetermined dates to print on it, so I kludged in a way to specify fixed and repeating dates of several types (event files). It will also figure out any Easter and the related dates if you want. As it turns out, the calendar looks pretty good on my computer's desktop, so I spiffed it up (in 1.0b5) with background image capability. Now it looks really cool both on screen and printed out. You can customize it in several different ways, add your own events (with a text editor or word processor), and print it all out.
  11.  
  12. New in this release
  13.  
  14.     1.2b3 - Public Release as of January 18, 1999
  15.  
  16.             Think I've finally fixed the microscopic events text problem that occurs when
  17.                     you specify a manual events text size and use Normal printing mode.
  18.  
  19.     1.2b2 - Public Release as of January 13, 1999
  20.  
  21.             Max print resolution is allowed to be 600 dpi instead of everything up to but
  22.                     not including 600 dpi.
  23.             Attempted to fix a preferences dialog closing problem that I cannot reproduce.
  24.             Attempted to center the calendar better especially when printing.
  25.             Image scaling/positioning is now based on the calendar bounds rather than the
  26.                     window/page bounds.
  27.  
  28.     1.2b1 - Public Release as of December 17, 1998
  29.  
  30.         European style display (Monday first) added (option in prefs).
  31.         All display strings moved to resource file for better localization.
  32.         Go To and Print Date Range popups should appear in correct language now
  33.                 (even without localization)
  34.         Option added in prefs to show weekday names unabbreviated.
  35.         Fonts may be chosen in prefs for Month/Year, Weekday names,
  36.                 Day numbers, and Events.
  37.         Option to force size of event descriptions to a given point size.
  38.         "Empty" days at the beginning and end of the month are framed.
  39.         Added Mercutio MDEF so when shift key is held down, Command-[ and
  40.                 Command-] change the year instead of the month.
  41.         Added option to use Command-+ and Command-- to go to next or prev
  42.                 month (next or prev year if shift key is down).
  43.         When started the first time, gives the option of copying prefs from
  44.                 an older version (including background image).
  45.  
  46. Distribution:
  47.  
  48. PrintCalendar is freeware. It is not public domain; I retain the copyright. :)
  49.  
  50. This application may be distributed without charge as long as it is accompanied by this document. It may also be distributed as part of a Shareware/Freeware collection CD (or other similar media). I would prefer to receive a copy of the CD in that case.
  51.  
  52. This application is in final v1.0 release as of October 19, 1998. Please send any comments or suggestions to Ken Worley at this email address: worleys@sprynet.com.
  53.  
  54. Certainly, if you like the application, you should email me. If you don't, I may lose interest almost immediately (or as soon as the app meets my own needs, which is why I wrote it) and never make another release.
  55.  
  56. System Requirements:
  57.  
  58. Macintosh computer (or compatible) running MacOS 7 or later.
  59.  
  60. Instructions:
  61.  
  62. The calendar application only shows one main window which contains a calendar page for a single month. You may change which month is shown using the next and previous menu commands or the go to dialog available from the menu. You may also print either the currently showing month, or a range that you specify in the print range dialog available from the File menu. One calendar page is printed per sheet of paper though some printer drivers may allow you to print "2 up", "4 up" or whatever. By default, the calendar page prints in portrait orientation. If you select Page Setup from the File menu, you can change it to landscape. The application should remember these settings between launches.
  63.  
  64. The application always launches with the current month showing.
  65.  
  66. Note that the application saves its preferences in its own resource fork. It creates no files on your hard disk. If this is a problem for you, let me know and I may change it. This allows you to launch and display as many calendars as you like (by copying the application) and set different preferences for each.
  67.  
  68. The application has the ability to read event files so that events or notes may be displayed in the calendar (and printed as well). You cannot edit these event files from within the PrintCalendar application. They are simple text files with the following format:
  69.  
  70. One event per line.
  71. Three tab delimited fields per line.
  72. Field 1 is a date (see below).
  73. Field 2 is an optional modifier that allows you to specify things like 2nd Monday (see below).
  74. Field 3 is a note or description that will be displayed in the calendar on the specified date.
  75. Lines in the event file that begin with an asterisk or are blank are ignored.
  76.  
  77. Dates in the event file:
  78.  
  79. All dates in the event file are specified in this format: yyyymmdd. For example, 19671114 represents Nov 14, 1967. You may also, however, replace any of the components with zeroes to make a 'wildcard' date. For example, 00001114 represents Nov 14 of any year and would be displayed on that date in the calendar on any given year. Another example: 00000001 would show up on the first day of every month.
  80.  
  81. Modifiers allow you to specify dates that aren't possible with the simple date format described above. Here are your options:
  82.  
  83.          x Monday       (where x is a number 1 thru 5 optionally followed by st, rd, nd, or th)
  84.                         (example: 2nd Monday)
  85.          every Mon      (every Monday during the given month (or every month if none given))
  86.          last Monday    (the last Monday that occurs during the given month)
  87.          last day       (the last day of the month)
  88.          1st anyweekday (first Mon, Tue, Wed, Thu, or Fri of the month)
  89.          last anyweekday (last Mon, Tue, Wed, Thu, or Fri of the month)
  90.          anyweekday before (first weekday before or on a given date)
  91.          anyweekday after (first weekday after or on a given date)
  92.          every x        (event occurs on the given date and every x days thereafter)
  93.                         (example: every 14 occurs on the given date and every 2 weeks after)
  94.          Fri before     (Friday before the given date (could be any weekday))
  95.          Monday after   (Monday after the given date (could be any weekday))
  96.  
  97.          In addition to the above, you can add +x or -x to the end to add or subtract
  98.          x days from whatever the result would have been. For example, National
  99.          Grandparents day is on the 1st Sunday after Labor day in September. Labor day
  100.          is the 1st Monday in September. So, Nat Grandparents Day would be expressed
  101.          like this:
  102.              00000900 <tab> 1st Monday +6 <tab> National Grandparents' Day
  103.          The 00000900 indicates any day in September of any year. The 1st Monday part
  104.          restricts that to the 1st Monday of September, then the +6 moves it to the
  105.          following Sunday. Boy, who needs Grandparents day anyway? This also works for
  106.          General Election day, which is the 1st Tues after the 1st Mon in November.
  107.  
  108. Typically, an event file looks something like this (where <tab> represents an actual tab character):
  109.  
  110. 00001114 <tab> <tab> Ken's Birthday
  111. 00001225 <tab> <tab> Christmas
  112. 00000500 <tab> Last Mon <tab> Memorial Day
  113. 19981128 <tab> <tab> Star Trek Convention
  114.  
  115. For those of you who are paid biweekly, you can enter your payday like this:
  116.  
  117. 19981121 <tab> every 14 <tab> Payday!
  118.  
  119. where 19981121 is a known payday. The event will show on that day and every two weeks thereafter.
  120.  
  121. Tax day is always on April 15th unless that day is on a weekend, then it's the first weekday after, so you'd enter it like this:
  122.  
  123. 00000415 <tab> anyweekday after <tab> Tax Day!
  124.  
  125. Events may appear in any order in the file. You don't have to sort them by date manually. If two or more events match the same day in the calendar, they will appear in the order in which they appeared in the event file.
  126.  
  127. You can tell the application to open a default events file every time it is launched by using the Set Default Event File command in the file menu. You can select only one default event file. You can clear this default file with the corresponding Clear Default Event File command. You can also drop event files onto the application's icon in the Finder or use the Open Event File command in the File menu to open as many event files as you like.
  128.  
  129. The window position and size are saved between launches.
  130.  
  131. A sample Events file should accompany the calendar application and contains many standard holidays and other events (many of which are 'commented out' with an asterisk - remove the asterisk to activate them).
  132.  
  133. Some notes about options
  134.  
  135. Calendar Misc
  136.  
  137.     Maximize space - uses all available room instead of always making days the same size.
  138.     Leave room for binder holes - leaves more room on the left edge when printing.
  139.         (I know, this probably ought to be in the Printing pane...I'll move it later :)
  140.     Don't color weekends & today - Don't make weekends blue nor today red.
  141.     Calculate Easter & related dates - Automatically calculates Easter of any year and all
  142.         the related holidays as well.
  143.     Open all text files in my folder - Attempts to open any text file in the same folder
  144.         as PrintCalendar when it starts up to see if there are events in them.
  145.  
  146. Calendar Style
  147.  
  148.     Use 2 column view instead of standard - Displays the calendar as two vertical columns
  149.         of days instead of the usual calendar view.
  150.     Print 1 column per page - When using 2 column view, this causes 2 pages to be
  151.         generated for each month - one page for each column.
  152.     Normally, the calendar displays weeks as Sunday through Saturday, but you may
  153.         choose to display the calendar European style, Monday through Sunday.
  154.     You can choose here whether weekday names are shown in full, or abbreviated.
  155.  
  156. Calendar Fonts & Text
  157.  
  158.     You can choose here what size numbers to display in the calendar's standard view.
  159.     You may also select what font to use for:
  160.             - the month and year
  161.             - the weekday names
  162.             - the date numbers
  163.             - events text
  164.     You may also choose to force the events text to a certain point size at all times.
  165.  
  166. Image
  167.  
  168.     Display image above calendar - Normally, when you paste in a background image, it's
  169.         displayed behind the calendar contents. Checking this option causes it to display on
  170.         the given percentage of the page or window above the calendar while the calendar
  171.         takes the rest of the room.
  172.     Don't blend image with calendar - Doesn't blend the image with the calendar contents
  173.         as usual.
  174.     Image Scaling - Three options for sizing the background image - try them out!
  175.  
  176. Printing
  177.  
  178.     Fastest Printing - Does not blend the background image with the calendar contents nor
  179.         does it alter the image's saturation as it does on screen. Printing is very fast though
  180.         and everything prints at its best resolution. When there is no background image, this
  181.         method is used as a matter of course.
  182.  
  183.     Faster Printing - Prints the calendar at screen resolution. This method still blends the
  184.         image and everything, but doesn't use the increased resolution of the printer, so text
  185.         and the image may look a little jaggie.
  186.  
  187.     Normal Printing - Uses gobs and gobs of memory while printing in order to produce a
  188.         blended image at your printer's best resolution (up to 600 dpi). You may need upwards
  189.         of 20 to 35 MB of free RAM to do this, but it looks great!
  190.  
  191.  
  192. Comments are welcome at worleys@sprynet.com.
  193.  
  194. Ken
  195.  
  196. Acknowledgements:
  197.  
  198. Special thanks to Douglas Anderson who was an invaluable help in finding bugs and making suggestions for enhancements.
  199.  
  200. Version History (previous versions)
  201.  
  202. Considering for the near future:
  203.  
  204.         Date ranges
  205.         Page view option (using selected paper size of current printer).
  206.         ・・Store settings in a separate file (optional?).
  207.  
  208. 1.1.2 - Limited Release as of 12/4/98
  209.  
  210.         Month and day names are now extracted from the system's international resources
  211.                 so they should appear in the correct language (even without localization).
  212.  
  213. 1.1.1 - Public Release (11/17/98)
  214.  
  215.         When the highest level of image saturation is selected, the image is displayed
  216.                 unmodified.
  217.  
  218. 1.1 - Public Release (11/10/98) VERSION 1.1 FINAL
  219.  
  220.         Better error reporting when pasting a background image fails.
  221.         Added 2 additional printing modes to use less memory. When there is no background
  222.              image, printing is now very fast and uses little memory.
  223.         Events can now specify any weekday before or after a given date (i.e. any weekday after
  224.                 or on April 15th of any year - tax day!).
  225.         Added a real prefs dialog!
  226.  
  227. 1.0 - Public Release (10/19/98) VERSION 1.0 FINAL
  228.  
  229.         Fixed printing memory problems that have plagued the program since the beginning.
  230.         Added a printing progress dialog and the ability to cancel a print job in progress.
  231.         When a background image doesn't cover the whole calendar, the rest of the calendar is
  232.                 still blended with white so that there isn't a sharp difference at the edge of the picture.
  233.  
  234. 1.0fc3 - Public Release (10/2/98) FINAL CANDIDATE THREE
  235.  
  236.         When two events have an identical date value, they will appear in the calendar in the
  237.                 same order that they appeared in the events file.
  238.         The month popup in the Go To dialog now works in OS versions prior to OS8.
  239.  
  240. 1.0fc2 - Public Release (10/1/98) FINAL CANDIDATE TWO
  241.  
  242.         The calendar will follow the current date if you leave it open overnight or if you
  243.                 change the date (unless the calendar was not showing the current date before).
  244.         Fixed an obscure bug that could cause an event to duplicate itself in the same
  245.                 month when an adjustment value is used (i.e. 1st Sun -1). Thanks Lance Murray. :)
  246.         When printing, the image is copied in strips. This is an attempt to alleviate memory
  247.                 problems when printing with certain printer drivers.
  248.  
  249. 1.0fc1 - Public Release (9/9/98) FINAL CANDIDATE ONE
  250.  
  251.         Kept the calendar from erasing and redrawing when not necessary.
  252.         Fixed a minor bug that could cause semi-blank pages to print when printing a range.
  253.  
  254. 1.0b9 - Tested internally (9/9/98)
  255.  
  256.         Calendar now keeps its image in an offscreen GWorld for faster simple updating
  257.                 especially on slower computers. Resizing and content changes will still go
  258.                 the same speed.
  259.         Fixed a minor bug that allowed some duplicates to get in if you drop the same file
  260.                 on the application more than once.
  261.  
  262. 1.0b8 - Public Beta Release (9/4/98)
  263.  
  264.         Definitely fixed the 68k intermittent crashing bug. This bug also caused
  265.                 intermittent crashes on PPC, but only when printing to Print2Pict or eDoc. Weird.
  266.         Added option to print calendar elements only in black (for strictly B&W printers).
  267.         Moved event descriptions away from the edges of the day rectangles a little.
  268.         Event descriptions print a little larger now.
  269.  
  270. 1.0b7 - Limited Beta Release (9/3/98)
  271.  
  272.         Possibly fixed 68k crashing problem (the Duo problem). Unable to reproduce
  273.                 the problem after fixes.
  274.  
  275. 1.0b6 - Limited Beta Release (9/3/98)
  276.  
  277.         Known issue - Quits on startup if no prefs established and StyleWriter 1200
  278.                 driver is default. Works fine if startup with other driver, then switch.
  279.         Locks up if run on my Duo 230 in dock with external gs monitor. Untested without
  280.                 dock & monitor.
  281.         Making this release PPC only due to above problem.
  282.         Fixed printing issue - was printing only at screen resolution.
  283.         Fixed events printing too close to or over day of week in 2-column view.
  284.  
  285. 1.0b5 - Public Beta Release (9/2/98)
  286.  
  287.         Added background image capability with adjustable saturation (try it!).
  288.         Image can be blended with other calendar contents, or calendar elements
  289.                 can sit on top of the image (opaque).
  290.         All events now draw one per line instead of wrapping. Like this? Don't
  291.                 like this? Let me know.
  292.         Events now start at the bottom of the day's rectangle and work up instead
  293.                 of the other way around.
  294.  
  295. 1.0b4 - Public Beta Release (8/28/98)
  296.  
  297.         Fixed a bug that could cause preference flags to be read differently by
  298.                 68K and PPC parts of a FAT app.
  299.         Ignores multiple duplicate events (i.e. same file dropped on it twice).
  300.         Now reads the event file as soon as it is made the default event file.
  301.         Added options for different number sizes.
  302.         Added option to read every text file in the same folder as the application.
  303.         Added two column view option.
  304.         Made maximize space option work with the two column view.
  305.         Added option to print two column view month across two pages.
  306.         Used a different file object to avoid reading entire event file at once.
  307.  
  308. 1.0b3 - Public Beta Release (8/24/98)
  309.  
  310.         Fixed a bug that caused calendar to print a little smaller than it should have
  311.         Added 'maximize size' preference - uses all avail space instead of always
  312.                 leaving room for 6 weeks.
  313.         Added 'leave room for binder holes' preference.
  314.  
  315. 1.0b2 - Public Beta Release (8/21/98)
  316.  
  317.         Remembers preference - Show Easter & related dates.
  318.         Remembers window position & size between launches.
  319.         Added the ability to adjust an event date by x days using +/-x.
  320.         Added ability to specify last day of month.
  321.         Added ability to specify first or last weekday of month.
  322.  
  323. 1.0b1 - No public release.